Correct capitalization of GitLab
authorBryant Mairs <bryant@mai.rs>
Wed, 8 Feb 2017 06:50:50 +0000 (22:50 -0800)
committerBryant Mairs <bryant@mai.rs>
Wed, 8 Feb 2017 06:50:50 +0000 (22:50 -0800)
src/doc/manifest.md

index 8ee88efe2a3c8f1479275c9efc41693e59e63a23..0a1a52cd4e708661ce775271929d0d1bc092d2e5 100644 (file)
@@ -142,7 +142,7 @@ license = "..."
 license-file = "..."
 
 # Optional specification of badges to be displayed on crates.io. The badges
-# currently available are Travis CI, Appveyor, and Gitlab latest build status,
+# currently available are Travis CI, Appveyor, and GitLab latest build status,
 # specified using the following parameters:
 [badges]
 # Travis CI: `repository` is required. `branch` is optional; default is `master`
@@ -151,7 +151,7 @@ travis-ci = { repository = "...", branch = "master" }
 # `service` is optional; valid values are `github` (default), `bitbucket`, and
 # `gitlab`.
 appveyor = { repository = "...", branch = "master", service = "github" }
-# Gitlab: `repository` is required. `branch` is optional; default is `master`
+# GitLab: `repository` is required. `branch` is optional; default is `master`
 gitlab = { repository = "...", branch = "master" }
 ```